home *** CD-ROM | disk | FTP | other *** search
/ Top 200 Programs / Top 200 Programs.iso / Bob8 / TESTWARE / MONKEY / MONKEY.ZIP / MONKEY.BAT < prev    next >
DOS Batch File  |  1994-01-25  |  1KB  |  64 lines

  1. echo off
  2. cd\monkey
  3. :start
  4. cls
  5. echo Please choose ....
  6. echo.
  7. echo 1. Start Monkey Business
  8. echo.
  9. echo 2. See the notes to parents
  10. echo.
  11. echo 3. Print the Registration Form
  12. echo.
  13. echo 4. Quit
  14. choice 1234
  15. if errorlevel 4 goto end
  16. if errorlevel 3 goto print
  17. if errorlevel 2 goto notes
  18. business.exe
  19. goto start
  20. :notes
  21. type sea.txt
  22. pause
  23. type sea2.txt
  24. pause
  25. cls
  26. type sea3.txt
  27. pause
  28. type sea4.txt
  29. pause
  30. type sea5.txt
  31. pause
  32. goto start
  33. :print
  34. cls
  35. echo.
  36. echo IMPORTANT: in order to print the Order Form the printer must be
  37. echo connected up and switched on.
  38. echo.
  39. echo Press "c" to continue .... or "q" to quit ...
  40. choice CcQq
  41. if errorlevel 4 goto notes
  42. if errorlevel 3 goto notes
  43. echo.
  44. echo The documentation is now being printed ...
  45. copy order prn
  46. goto start
  47. :end
  48. cls
  49. echo.
  50. echo ASK YOUR PARENTS HOW YOU CAN TAKE PART IN AN ADVENTURE WITH MARLENE AND
  51. echo MARVYN - THE TERRIBLE TWINS! THE ADVENTURE IS CALLED ALL AT SEA AND IN
  52. echo IT YOU GO ON HOLIDAY WITH THE TERRIBLE TWINS!
  53. echo.
  54. echo TESTWARE PUBLISHING, 46 The Avenue, Harrogate, N Yorks, England HG1 4QD
  55. echo                    Sales:0423 886415 Technical:0423 880471
  56. echo.
  57. echo Contact us to register and receive ALL AT SEA, the personalised TERRIBLE
  58. echo TWINS adventure.
  59. echo.
  60. echo ALL AT SEA is available for £10.99 from TESTWARE (UK) Ltd
  61. echo Full details are on the Registration Form
  62. echo.
  63. echo.
  64.